home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / WAKEUP.DOC < prev    next >
Text File  |  1991-03-03  |  2KB  |  81 lines

  1. The WAKEUP file controls all timer events except forwarding.
  2.  
  3. Each line looks like this
  4.  
  5.  
  6. 881231/1306 ==/==/== 00:15 GI
  7.  
  8.  
  9. The first part of the WAKEUP file tells when the thing last happened.
  10. In this case it was December 31st, 1988 at 1:06 PM.  This time is
  11. written by the BB program after the event happens.
  12.  
  13. WHEN YOU ARE ENTERING AN EVENT FOR THE FIRST TIME, LEAVE IT BLANK
  14.  
  15. The first time I entered that line, I put
  16.  
  17. ==/==/== 00:15 GI
  18.  
  19. The next two parts of the line tell when to do the event.  If you put
  20. an == in the date section then that matches that part of the date.
  21.  
  22. Examples:
  23.         ==/==/== means every day
  24.         12/31/88 means only on that day
  25.         ==/01/== means the first of every month
  26.  
  27. Special meanings:
  28.  
  29.         MONDAY
  30.         TUESDAY
  31.         WEDNESDY
  32.         THURSDAY
  33.         FRIDAY
  34.         SATURDAY
  35.         SUNDAY
  36.         WEEKDAY
  37.         WEEKEND
  38.  
  39. More examples:
  40.  
  41.         WEEKDAY means MON thru FRI inclusive
  42.  
  43. After the date comes the time.  If it is written as 01:30, that means
  44. at 0130.  If it is written as +01:30, than means every hour and a half.
  45. == is allowed as the hour/
  46.  
  47. Examples:
  48.  
  49.       0300  means execute at 3AM
  50.       +1    means once an hour.
  51.       ==:13 means execute every hour at 13 minutes past.
  52.  
  53. Note: 06:== is the same as 06:00 so don't use 06:==
  54.  
  55. The last section of the message tells what to do.  Any command
  56. can be entered.
  57.  
  58. Heres the sample WAKEUP file.
  59.  
  60. ==/==/== 00:15 GI
  61. ==/==/== 01:30 GL
  62. ==/==/== 02:30 GO TYPE T 2 P 5 B 15
  63.  
  64. At 0015, the bids will be cleaned up
  65. At 0130, the msg file will be reloaded
  66. At 0230, we mark old messages.  Marking is by type.  NTS is old a two days.
  67.          Private is old at 5 days.  Bulletins get old at 15 days.
  68.  
  69.  
  70. Important notes!!!!
  71.  
  72. If you use the built-in editor to update the WAKEUP_FILE, you should
  73. execute the GK command from the console when you are done.  This will
  74. force BB to reload the wakeup data.
  75.  
  76. If you are issuing SHUT or SHUTNOW from a WAKEUP.BB file, check your
  77. disk caching programs carefully.  There has already been one fellow who
  78. had his disk caching program delaying writes to the disk and went into a
  79. shutdown loop.  Inhibit any write delay if you are using SHUT or SHUTNOW
  80. in the wakeup file.
  81.